/*!

 * ui-dialog.css

 * Date: 2014-07-03

 * https://github.com/aui/artDialog

 * (c) 2009-2014 TangBin, http://www.planeArt.cn

 *

 * This is licensed under the GNU LGPL, version 2.1 or later.

 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

    font-family: Helvetica, arial, sans-serif;

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;

    transition: transform .15s ease-in-out, opacity .15s ease-in-out;

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

}

.ui-popup-modal .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

.ui-dialog-footer button[disabled]:hover,

.ui-dialog-footer button[disabled]:focus,

.ui-dialog-footer button[disabled]:active {

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button.ui-dialog-autofocus {

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



.ui-dialog-footer button.ui-dialog-autofocus:hover,

.ui-dialog-footer button.ui-dialog-autofocus:focus,

.ui-dialog-footer button.ui-dialog-autofocus:active {

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



.ui-dialog-footer button.ui-dialog-autofocus:active {

  background-image: none;

}

.ui-popup-top-left .ui-dialog,

.ui-popup-top .ui-dialog,

.ui-popup-top-right .ui-dialog {

    top: -8px;

}

.ui-popup-bottom-left .ui-dialog,

.ui-popup-bottom .ui-dialog,

.ui-popup-bottom-right .ui-dialog {

    top: 8px;

}

.ui-popup-left-top .ui-dialog,

.ui-popup-left .ui-dialog,

.ui-popup-left-bottom .ui-dialog {

    left: -8px;

}

.ui-popup-right-top .ui-dialog,

.ui-popup-right .ui-dialog,

.ui-popup-right-bottom .ui-dialog {

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

.ui-popup-follow .ui-dialog-arrow-a,

.ui-popup-follow .ui-dialog-arrow-b{

    display: block;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-a {

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

.ui-popup-top-left .ui-dialog-arrow-b,

.ui-popup-top .ui-dialog-arrow-b,

.ui-popup-top-right .ui-dialog-arrow-b {

    bottom: -15px;

    border-top:8px solid #fff;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top-left .ui-dialog-arrow-b  {

    left: 15px;

}

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-b  {

    left: 50%;

    margin-left: -8px;

}

.ui-popup-top-right .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-a {

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

.ui-popup-bottom-left .ui-dialog-arrow-b,

.ui-popup-bottom .ui-dialog-arrow-b,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    top: -15px;

    border-bottom:8px solid #fff;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom-left .ui-dialog-arrow-b {

    left: 15px;

}

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-b {

    margin-left: -8px;

    left: 50%;

}

.ui-popup-bottom-right .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-a {

    right: -16px;

    border-left:8px solid #7C7C7C;

}

.ui-popup-left-top .ui-dialog-arrow-b,

.ui-popup-left .ui-dialog-arrow-b,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    right: -15px;

    border-left:8px solid #fff;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-left-bottom .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-a {

    left: -16px;

    border-right:8px solid #7C7C7C;

}

.ui-popup-right-top .ui-dialog-arrow-b,

.ui-popup-right .ui-dialog-arrow-b,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    left: -15px;

    border-right:8px solid #fff;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-right-bottom .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

    box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;

    -webkit-transform: rotate(360deg);

    -webkit-animation: ui-dialog-loading 1.5s infinite linear;

    transform: rotate(360deg);

    animation: ui-dialog-loading 1.5s infinite linear;

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}

body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }

h1,h2,h3,h4,h5,h6{ font-weight:400;}

a{ color:#333; text-decoration:none;}

a:hover{text-decoration:none;}

/*

*{

	transition-property:border-color, background-color, color;

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

img{border:0;vertical-align:middle;}

table{border-collapse:collapse;border-spacing:0;}

p{word-wrap:break-word}



/*icon 字体样式*/

@font-face {font-family: "iconfont";

  src: url("/temp/temp/default/default-0001/1/images/font/iconfont.eot"); /* IE9*/

  src: url("/") format('embedded-opentype'), /* IE6-IE8 */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.woff") format('woff'), /* chrome、firefox */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

  url("/") format('svg'); /* iOS 4.1- */

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}



/*文章内容样式初始化*/

.default-article-content{ text-align: justify; font-size:14px;}

.default-article-content a{ color:blue;}

.default-article-content ul{ padding-left: 20px;}

.default-article-content li{ list-style-type: inherit;}

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

/*控制网页宽度*/

.wp{ width:1188px; margin:0 auto;}

.w960 .wp, .w960 .w1188{ width:960px;}



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}



/*单行文本*/

.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}



/*边距*/

.ispc .mr0{ margin-right:0 !important;}



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

#global_showload{background:url("/temp/temp/default/default-0001/1/images/showload.gif"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}

/*图片上传中状态*/

.imgloading{background:url(/temp/temp/default/default-0001/1/images/load.gif); height: 100px; margin-top: -100px; position: relative;}

/*禁止编辑器上传本地视频*/

#videoTab #upload,#videoTab .tabhead span{ display:none;}

/*百度地图默认宽度*/



.ueditor_baidumap{min-width:700px; max-width:1188px;}





/*分页按钮*/

.page{ font-size:14px; line-height:28px;}

.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}

.page a.a,.page a:hover{background:#ccc; color:#fff;}

/*默认导航样式*/

.default-pc-nav-menu{}

.default-pc-nav-menu li{ position: relative;}

.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}

.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}

.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}

.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}

.default-pc-nav-menu > li{ float: left;}

.default-pc-nav-menu li a em{ display: none; font-style:initial;}

.default-pc-nav-menu > li:hover > ul{display: block;}

.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}



/*友情链接默认样式*/

.default-pc-links-text{}

.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}



.default-pc-links-pic li{ float:left;}



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



/*默认发布文章按钮*/

.default-pc-button-publish{

	padding-left:21px;

	background: no-repeat url("/temp/temp/default/default-0001/1/images/publish.png");

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

/*默认编辑文章 && 删除*/

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

.default-pc-button-edit a:hover{

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

	/*margin-left:-960px;*/

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

 .default-slider .dots li.active{ background-color: #FFE401;}

 .default-slider .next,.default-slider .prev{

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

.default-slider .next:hover,.default-slider .prev:hover{

	background-color:#000;

}

.default-slider .next{ right:0;}

.default-slider .prev{ left:0;}









.default-pc-sidebar-dl{ border:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}



.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}

.default-pc-contactcard .add{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/address.png");}

.default-pc-contactcard .tel{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/mobile.png");}

.default-pc-contactcard .email{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/email.png");}

.default-pc-contactcard .fax{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/weixin.png");}





/*幻灯片样式*/

.default-slider-2{ position:relative;}

.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }

.default-slider-2 .next, 

.default-slider-2 .prev{ position:absolute;}

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

.default-slider-2 .dots span{ *display: inline } /*IE兼容*/

.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/

.default-slider-2 > .dots > span.active{ background-color:red;}



.default-slider-box > ul > li{ position:relative; overflow:hidden;}

.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}

.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}



/*单屏滚动模式*/

.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}



.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}

.default-slider-direction-left > .next, 

.default-slider-direction-left > .prev{

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

.default-slider-direction-left > .next:hover, 

.default-slider-direction-left > .prev:hover{

	opacity:1;

}

.default-slider-direction-left > .next{ right:0;}

.default-slider-direction-left > .prev{ left:0;}

.default-slider-direction-left > .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



.default-slider-direction-left > .thumb  ul > li{ float:left;}

.default-slider-direction-left > .thumb  ul > li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left > .thumb > .next,

.default-slider-direction-left > .thumb > .prev{

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

	background:url(/temp/temp/default/default-0001/1/images/slider_thumb_buttom.png) no-repeat;

}

.default-slider-direction-left > .thumb > .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left > .thumb > .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left > .thumb > .next:hover,

.default-slider-direction-left > .thumb > .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left > .thumb > .active{ background-color:#333;}

/*设为首页加入收藏*/

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

/*文章内容页视频默认高度*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*手机网站底部追加*/

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

/*文章内容页点击图片弹出*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}
/*--

.header{

	transition:all .3s;

	transform:translate(0 ,-20px);

}

.header.active{

	transform:translate(0 ,0px);

}

--*/

.logo{

	margin-top:10px;

	margin-right:20px;

}

.w960 .logo {

    margin-top: 22px;

    margin-right: 10px;

}

.logo img{

	max-height:80px;

}

.w960 .logo img{

	max-height:70px;

}

.section{

	transform:translate(0,20px);

	transition:all 1s;

	opacity:0;

}

.section.active{

	opacity: 1;

	transform:translate(0,0px);

}

.menu li{

	margin:0 10px;

}

.menu li a{

	display:block;

	line-height:100px;

	padding:0 12px;

	font-size:16px;

	border-bottom:3px solid #fff;

}

.w960 .menu li a{

	padding:0;

}

.menu li:hover a 

,.menu li.a a{

    border-bottom: 3px solid #dab867;

}

.menu li ul{

	background:#fff;

	padding:5px 0;

}

.menu li ul li{

	margin:0;

}

.menu li ul li a

,.w960 .menu ul li a{

	line-height:30px;

	font-size:14px;

	padding:0 30px;

	border-bottom:none !important;

}

.menu li ul li:hover a{

	background:#eee !important;

}

.con01{	

	margin-top:30px;

}

.con01 p {

    font-size: 27px;

    line-height:40px;

    color: #daab3c;

	padding-left:36px;

	font-family: fantasy; 

	background:url("/temp/temp/52/52-0153/201711061051/images/tel.png") no-repeat center left;

}

.w960 .con01 p{

	font-size:24px;

}

.con01 p em{

	display:block;

	font-size:12px;

	color:#999;

	font-style:normal;

}

.banner{

	max-height:820px;

	overflow:hidden;

}

.banner .dots{

	bottom:130px;

}

.banner .dots span{

	width:14px;

	height:14px;

	border-radius:50%;

}

.banner .dots span.active{

	background-color:#dab867;

}

.part01{

	background:url("/temp/temp/52/52-0153/201711061051/images/bg09.png");

    margin-top: -110px;

    position: relative;

}

.part01 li{

	width:25%;

	float:left;

	text-align:center;

	padding: 15px 0;

	transition:all .3s;

}

.ispc .part01 li:hover {

    background: #daab3c;

}

.part01 li a{

	color:#fff;

	display:block;

}

.part01 li h3{

	line-height:30px;

}

.product{

	padding-bottom:50px;

	background:url("/temp/temp/52/52-0153/201711061051/images/box1Bg.jpg");

}

.tit{

	text-align:center;

	font-size:35px;

	padding:30px 0;

	opacity:0;

	color: #333;

	transform:translate(0,20px);

	transition:all .5s;

}

.tit.active{

	opacity:1;

	transform:translate(0,0);

}

.style .tit{

	padding:50px 0;

}

.style li{

	float:left;

	width:24%;

	margin-right:1.32%;

	margin-bottom:2%;

}

.style li a{

	display:block;

}

.style li div{

	display:block;

	margin:0 auto;

	overflow:hidden;

}

.style li div img{

	width:100%;

	height:auto;

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

	transition:all 1s;

}

.style li:hover div img{

	transform:scale(1);

	-ms-transform:scale(1);

	-moz-transform:scale(1);

	-webkit-transform:scale(1);

	-o-transform:scale(1);

}

.style li span {

    text-align: center;

    font-size: 18px;

    display: block;

}

.style li h3 {

    font-size: 18px;

    margin-top: 10px;

	text-align:center;

}

.introduct li{

	float:left;

	width:49%;

	margin-right:2%;

}

.introduct li a{

	display:block;

	position:relative;

	background:#000;

	overflow:hidden;

}

.introduct li a img {

    width: 100%;

    height: auto;

    opacity: .7;

	transition:all .3s;

}

.introduct li div {

    position: absolute;

    width: 88%;

    padding: 0 6%;

    height: 100%;

    left: 0;

    top: 0;

    color: #fff;

}

.introduct li:hover img {

	opacity:.4;

	transform:scale(1.08);

	-ms-transform:scale(1.08);

	-moz-transform:scale(1.08);

	-webkit-transform:scale(1.08);

	-o-transform:scale(1.08);

}

.introduct li div h3 {

    font-size: 30px;

    padding-top: 80px;

}

.w960 .introduct li div h3{

	padding-top:35px;

}

.introduct li em {

    font-style: normal;

    font-size: 12px;

    text-transform: uppercase;

    display: block;

}

.introduct li p {

    font-size: 12px;

    max-height: 105px;

    overflow: hidden;

    margin-top: 17px;

    line-height: 2;

}

.introduct li span {

    display: block;

    width: 120px;

    text-align: center;

    border-radius: 20px;

    border: 1px solid #fff;

    margin-top: 30px;

    font-size: 14px;

    line-height: 35px;

	transition:all .3s;

}

.introduct li span:hover  {

	background:#daab3c;

	border: 1px solid #daab3c;

}

.product .introduct li div h3{

	transform:translate(-100%,0);

	-ms-transform:translate(-100%,0);

	-moz-transform:translate(-100%,0);

	-webkit-transform:translate(-100%,0);

	-o-transform:translate(-100%,0);

	transition:all .4s;

	opacity:0;

}

.product .introduct li div p{

	transform:translate(100%,0);

	-ms-transform:translate(100%,0);

	-moz-transform:translate(100%,0);

	-webkit-transform:translate(100%,0);

	-o-transform:translate(100%,0);

	opacity:0;

	transition:all .4s;

}

.product .introduct li div span{

	transform:translate(0px,100%);

	-ms-transform:translate(0px,100%);

	-moz-transform:translate(0px,100%);

	-webkit-transform:translate(0px,100%);

	-o-transform:translate(0px,100%);

	opacity:0;

	transition:all .4s;

}

.product .introduct li:hover div h3

,.product .introduct li:hover div p

,.product .introduct li:hover div span{

	transform:translate(0,0);

	-ms-transform:translate(0,0);

	-moz-transform:translate(0,0);

	-webkit-transform:translate(0,0);

	-o-transform:translate(0,0);

	opacity:1;

}

.product .introduct li ins{

	display:block;

	position:absolute;

	width:100%;

	height:60%;

	padding-top:23%;

	text-align:center;

	font-size:20px;

	color:#fff;

	text-decoration:none;

	top: 0;

    left: 0;

	text-transform:uppercase;

	transition:all .5s;

}

.product .introduct li:hover ins{

	opacity:0;

}

.honor09{

	padding:50px 0;

}

.honor09 h2{

	text-align:center;

	font-size:30px;

	margin-bottom:40px;

}

.honor09 h2 em{

	display:block;

	width:50px;

	height:3px;

	background:#333;

	margin:10px auto;

}

.honor09 ul{

	text-align:center;

}

.honor09 li{

	width:229px;

	margin-right:10px;

	float:left;

}

.honor09 li img{

	width:100%;

	height:auto;

}

.honor09 .prev

,.honor09 .next{

	width:40px;

	height:40px;

	border-radius:50%;

	line-height:40px;

	margin-top:-20px;

	line-height:40px;

	font-size:20px;

	opacity:.3;

	top:55%;

	left: -30px;

	text-align:center;

}

.honor09 .next{

	left: auto;

	right: -40px;

}

.uid-2993 .honor09{

	display: none;

}

.tit01{

	text-align:center;

	margin-top:10px;

}

.tit01 li{

	display:inline-block;

	margin:0 10px;

}

.tit01 li{

	*display:inline;

}

.tit01 li a{

	display: block;

    width: 190px;

    height: 46px;

    font-size: 16px;

    color: #303030;

    line-height: 44px;

    border: 1px solid #dddddd;

    border-radius: 25px;

    transition: all 0.4s ease 0s;

}

.tit01 li.a a

,.tit01 li:hover a {

    background: #dab867;

    border-color: #dab867;

    color: #FFFFFF;

}

.case01 .casetit{

	margin-top:0;

}

.casetit {

	margin-top:35px;

	text-align:center;

}

.casetit li{

	display:inline-block;

	 border: 1px solid #ddd;

    border-radius: 25px;

    line-height: 40px;

    padding: 0 50px;

	margin:0 5px;

}

.casetit li{

	*display:inline;

}

.casetit li a {

    font-size: 18px;

	display:block;

}

.casetit li:hover a

,.casetit li.a a {

	color:#dab867;

	font-weight:bold;

}

.case01-1{

	margin-top:40px;

	display:none;

}

.case01-a{

	display:block;

}

.case01-2{

	display:block;

}

.case01-1 li{

	float:left;

	width:49%;

	margin-right:2%;

}

.case01-1 li a{

	display:block;

	position:relative;

	overflow:hidden;

}

.case01-1 li img{

	width:100%;

	height:auto;

}

.case01-1 li span{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	opacity:0;

	transition:all .3s;

	background:url("/temp/temp/52/52-0153/201711061051/images/bg02.png");

}

.case01-1 li div{

	position:absolute;

	width:100%;

	height:100%;

	top:100%;

	left:0;

	transition:all .3s;

	background:url("/temp/temp/52/52-0153/201711061051/images/box4Ico.png") no-repeat center center;

}

.case01-1 li:hover span{

	opacity:1;

}

.case01-1 li:hover div{

	top:0;

}

.uid-2993 .case {

	margin-top: 40px;

}

.news{

	padding-bottom:50px;

	margin-top:50px;

	background:url("/temp/temp/52/52-0153/201711061051/images/box1Bg.jpg");

}

.news li{

	float:right;

	width:49%;

	padding-bottom:10px;

	margin-bottom:10px;

	border-bottom:1px dashed #ddd;

}

.w960 .news li {

    padding-bottom: 5px;

    margin-bottom: 5px;

}

.news li.n1{

	float:left;

}

.news li a{

	display:block;

	overflow:hidden;

	background:url("/temp/cus/fi/nl/iy/finliy.com/temp/52-0153/201711061051/images/box5RigBg.png") no-repeat center right;

}

.news li:hover a{

	background:url("/temp/cus/fi/nl/iy/finliy.com/temp/52-0153/201711061051/images/box5RigBg2.png") no-repeat center right;

}

.news li.n1{

	line-height:64px;

}

.news li.n1 img{

	width:100%;

	height:auto;

	transition:all .7s;

}

.news li.n1:hover img{

	transform:scale(1.08);

}

.news li.n1 div{

	width:95%;

	margin-top:-64px;

	position:relative;

	color:#fff;

	font-size: 16px;

	padding-left:5%;

	background:url("/temp/temp/52/52-0153/201711061051/images/bg02.png");

}

.news li.n1 h3 {

    width: 75%;

    float: left;    

}

.news li.n1 p{

	width: 20%;

    float: right;

    padding-left:4%;

	background:url("/temp/temp/52/52-0153/201711061051/images/box5LefIco.png") no-repeat center left;

}

.w960 .news li div.n3 p{

	line-height:20px;

}

.news li.n1 p em {

    font-style: normal;

    margin-right:2px;

	float: left;

    padding-right:5px;

	background:url("/temp/temp/52/52-0153/201711061051/images/sx1 (2).png") no-repeat center right;

}

.news li div.n2 {

    float: left;

    width: 15%;

    font-size: 17px;

    color: #909090;

    text-align: center;

    border-right: 1px solid #ddd;

}

.news li div.n2 em{

	display:block;

	font-size: 36px;

    line-height: 40px;

	font-style:normal;

}

.w960 .news li div.n2 em{

	font-size: 30px;

    line-height: 30px;

}

.w960 .news li div.n3 h3{

	padding-top:0;

}

.news li div.n3 {

    width: 75%;

    float: left;

    margin-left: 2%;

}

.news li div.n3 h3{

	font-size: 18px;

    color: #303030;

	padding-top:5px;

	transition:all .3s;

}

.news li:hover div.n3 h3 {

    color: #d69a0c;

}

.news li div.n3 p {

    font-size: 14px;

    line-height: 30px;

    color: #777;

	height:30px;

	overflow:hidden;

}

.news .wp{

	position:relative;

}

.news .more01{

	display:block;

	width:43px;

	height:43px;

	position: absolute;

    right: 0;

    bottom:15px;

	transition:all .4s;

	background:url("/temp/temp/52/52-0153/201711061051/images/box5More.png") no-repeat center left;

}

.news .more01:hover{

	background-position:center right;

}

.foot01{

	padding-bottom: 60px;

	background:url("/temp/temp/52/52-0153/201711061051/images/footBg.jpg") no-repeat center center;

	background-size:100% 100%;

}

.links{

	padding:20px 0;

	border-bottom:1px solid #aaa;

}

.links dd

,.links dt{

	font-size:14px;

	margin-right:10px;

	color:#666;

}

.links dd a{

	color:#666;

}

.foot-l{

	float:left;

	width:65%;

	padding-top:40px;

}

.con02 .ftlogo {

    width: 160px;

    margin-right: 2%;

}

.con02 .ftlogo img{

	width:92%;

	margin:0 4%;

}

.con02 p {

    float: left;

    width: 35%;

    color:#c3972e;

    font-size: 36px;

    line-height: 35px;

    font-family: 'avianregular';

	padding-left:26px;

	text-align:center;

	margin-top: 10px;

	background:url("/temp/temp/52/52-0153/201711061051/images/tel.png") no-repeat center left;

}

.w960 .con02 p{

	font-size:30px;

}

.con02 p em{

	display:block;

	font-style:normal;

	font-size:14px;

	color:#8b734b;

	font-weight:bold;

}

.con03{

	border-top:1px solid #aaa;

	padding-top:10px;

	margin-top:10px;

}

.foot-l .tishi{

	color:#333;

}

.default-pc-copyright {

    width: 85%;

	float:left;

    color: #474747;

}

.default-pc-copyright a {

    color: #474747;

}

.con03 ul{

	float:right;

}

.con03 ul li{

	float:left;

	margin-left:10px;

	border:1px solid #777;

	border-radius:50%;

}

.con03 ul li a{

	display:block;

	width:34px;

	height:34px;

	position:relative;

	background:url("/temp/temp/52/52-0153/201711061051/images/k41.png") no-repeat center center;

	background-size:22px auto !important;

}

.con03 ul li.wx a{

	background:url("/temp/temp/52/52-0153/201711061051/images/k51.png") no-repeat center center;

}

.con03 ul li:hover a{

	background:url("/temp/temp/52/52-0153/201711061051/images/k4.png") no-repeat center center;

}

.con03 ul li.wx:hover a{

	background:url("/temp/temp/52/52-0153/201711061051/images/k5.png") no-repeat center center;

}

.con03 ul li.wx a div {

    position: absolute;

    top: -130px;

    left: -42px;

	display:none;

}

.con03 ul li.wx:hover a div {

	display:block;

}

.con03 ul li:hover {

    border: 1px solid #dab867;

	background:#dab867;

}

.foot-r{

	text-align:center;

}

.foot-r p{

	margin-top:10px;

}

.foot-r img{

	margin-top:35px;

}

.foot02{

	background:#595959;

	padding:30px 0;

}

.foot03{

	width:960px;

	margin:0 auto;

}

.foot03 .ftlogo{

	margin-top: 20px;

}

.foot03 .ftlogo a{

	display:block;

}

.foot03 .ftlogo img{

	width:100%;

	height:auto;

	max-width:232px;

}

.con04{

	float:left;

	color:#fff;

	padding-left:40px;

	margin-left: 80px;

	height:110px;

	text-align:right;

}

.con04 h3{

	font-size:20px;

	font-weight:bold;

}

.con04 p{

	font-size:30px;

}

.con04 p em{

	font-style:normal;

	font-size:30px;

}

.foot02 .message01 h4{

	display:none;

}

.foot02 .message01 {

    margin-left: 30px;

    color: #fff;

    position: relative;

    width: 330px;

}

.message01 label {

    margin-right: 10px;

    font-size: 14px;

}

.message01 input

,.message01 textarea{

	height:25px;

	line-height:25px;

	background:#fff;

	border:none;

	padding:0 5px;

	width:160px;

	margin-bottom:10px; 

}

.message01 textarea{

	height:50px;

	margin-bottom:0;

}

.message01 [type="submit"] {

    position: absolute;

    right: 0;

    top: 10px;

    width: 90px;

    height: 90px;

    border-radius: 10px;

    text-align: center;

    color: #fff;

    font-size: 20px;

    font-weight: bold;

    background: #dab867;

}

.erweima {

	width: 384px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index:100;

	margin-left: -206px;

	left: 50%;

	bottom:30%;

	border-radius:10px;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: #fff;

	z-index:20;

}

.erweima-1 p a.sao{

	float:left;

	font-size: 16px;

	color: #666;

	text-align: center;

	width: 100%;

	height:30px;

	line-height:30px;

	padding-top:15px;

	width:85%;

}

.erweima-1 img{

	width:96%;

	margin:0 2.4%;

}

.close{

	display:block;

	background:url("/temp/temp/52/52-0153/201711061051/images/cls.gif") no-repeat;

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}

.close:hover{

	background-position:0 -20px;

}



/*-----------------list-show-------------------*/

.ban02{

	position:relative;

}

.ban02 img{

	width:100%;

	height:auto;

}

.ban02 span{

	display:block;

	width:100%;

	height:100%;

	position:absolute;

	top:0;

	left:0;

}

.list-page{

	padding:0 3%;

	margin-bottom:100px;

}

.list-page .tit

,.view-page .tit {

    padding:40px 0 10px 0;

}

.list-nav{

	text-align:center;

}

.list-nav li{

	display:inline-block;

	margin:5px 10px;

}

.list-nav li{

	*display:inline;

}

.list-nav li a {

    display: block;

    line-height: 44px;

    border: 1px solid #ddd;

    border-radius: 30px;

    padding: 0 50px;

    font-size: 16px;

}

.w960 .list-nav li a{

	padding:0 30px;

}

.list-nav li:hover a

,.list-nav li.a a{

    background: #dab867;

    border-color: #dab867;

    color: #FFFFFF;

}

.pub{

	text-align:right;

	margin:10px 0;

}

.list-show ul{

	margin-top:30px;

}

.list-show li {

    float: left;

    width: 32.65%;

    margin-right: 1%;

    margin-bottom:1%;

	background:url("/temp/temp/52/52-0153/201711061051/images/bgm.png");

}

.list-show li:hover{

	background:url("/temp/temp/52/52-0153/201711061051/images/bgm1.png");

	background-color: #f90;

}

.list-show li a{

	display:block;

	position:relative;

	overflow:hidden;

	margin:10px;

}

.list-show li img{

	width:100%;

	height:auto;

}

.list-show li div{

	position:absolute;

	width:100%;

	width:90%;

	bottom:0;

	height:46px;

	left:0;

	background:rgba(170, 131, 32, 0.87);

	color:#fff;

	padding: 0 5%;

    transition: all 0.4s ease 0s;

}

.list-show li:hover div{

	width:80%;

	background:rgba(218, 184, 103, 0.73);

    height: 100%;

    padding:0 10%;

}

.list-show li h3 {

    font-size: 18px;

    line-height: 46px;

}

.list-show li:hover h3 {

    margin-top: 15%;

}

.w960 .list-show li:hover h3 {

    margin-top: 5%;

}

.list-show li h3 em{

	display:block;

	float:left;

	width:22px;

	height:25px;

	margin-top: 12px;

    margin-right: 12px;

	color: #e57b1e;

    font-style: normal;

	line-height: 25px;

    text-align: center;

	background:url("/temp/temp/52/52-0153/201711061051/images/proNumBg.png") no-repeat center center;

}

.list-show li p {

    display: none;

    font-size: 14px;

    line-height: 1.8;

	padding-top:15px;

	padding-bottom:30px;

	max-height:96px;

	overflow:hidden;

}

.w960 .list-show li p{

	font-size: 12px;

    line-height: 1.6;

    max-height: 60px;

}

.list-show li span{

	display:none;

	text-align:center;

	font-size:14px;

	padding-top:100px;

	background:url("/temp/temp/52/52-0153/201711061051/images/proIco.png") no-repeat center top;

}

.w960 .list-show li span {

    font-size: 14px;

    padding-top: 63px;

    background-size: auto 60px;

}

.list-show li:hover p

,.list-show li span{

	display:block;

}



/*-------------view-show--------*/

.view-show{

	background:url("/temp/temp/52/52-0153/201711061051/images/box1Bg.jpg");

}

.pic01{

	width:55%;

}

.pic01 img{

	width:100%;

	height:auto;

}

.pic02{

	padding:5%;

	width:35%;

	padding-bottom:0;

}

.w960 .pic02{

	padding:2% 3%;

	padding-bottom:0;

}

.pic02 h3{

    font-size: 22px;

    color: #023d11;

    line-height: 36px;

}

.pic02 .article{

	height:298px;

	overflow-y: scroll;

	padding-right:20px;

	margin-top:10px;

}

.w960 .pic02 .article {

    height: 249px;

}

.pic02 .article::-webkit-scrollbar {

    width: 2px;

    background: #f3f3f3;

}

.pic02 .article::-webkit-scrollbar-thumb {

    width: 5px;

    background: #ddd;

}

.ystit{

	margin-top:30px;

}

.ystit h1 {

    font-size: 70px;

    color: #023d11;

	float:left;

    font-family: Impact;

}

.ystit h3 {

    float: left;

    padding-left: 30px;

    line-height: 1;

    font-size: 28px;

    color: #dab867;

	margin-left:20px;

	background:url("/temp/temp/52/52-0153/201711061051/images/proCenTitRBg.png") no-repeat center left;

}

.ystit h3 strong{

	font-size: 62px;

    color: #023d11;

	font-weight:normal;

}

.ystit h3 p{

	font-size: 24px;

    font-family: 'avianregular';

    color: #707070;

}

.youshi01 {

    margin-top: 30px;

}

.youshi01 li {

    float: left;

    width: 46%;

    margin-right: 3%;

    padding: 1%;

    margin-bottom: 20px;

    border: 1px solid #eee;

    border-radius: 88px;

	transition: all 0.4s ease 0s;

}

.youshi01 li:hover {

	background:#dab867;

	border: 1px solid #dab867;

}

.youshi01 span{

	display:block;

	width:88px;

	height:88px;

	float:left;

	background:#fcf2e8;

	text-align:center;

	line-height:88px;

	border-radius:50%;

}

.youshi01 img{

	width:44px;

	height:44px;

}

.youshi01 div{

	float:left;

	margin-left:3%;

	width:80%;

}

.w960 .youshi01 div{

	width:76%;

}

.youshi01 h3{

	font-size: 20px;

    color: #303030;

    padding: 5px 0;

	font-weight:700;

    transition: all 0.4s ease 0s;

}

.youshi01 p {

    font-size: 14px;

    color: #707070;

    max-height: 46px;

    overflow: hidden;

	transition: all 0.4s ease 0s;

}

.youshi01 li:hover p

,.youshi01 li:hover h3{

	color:#fff;

}

.case09{

	margin-bottom:50px;

}

.case09 li{

	width:390px;

	margin-right:10px;

}

.w960 .case09 li{

	width:310px;

}

.case09 li a{

	display:block;

}

.case09 li img{

	width:100%;

	height:auto;

	transition:all .4s;

}

.case09 li:hover img{

	transform:scale(1.08);

}

.case09 li h3{

	line-height:40px;

	background:rgba(170, 131, 32, 0.87);

    transition: all 0.4s ease 0s;

	color:#fff;

	font-size:16px;

	color:#fff;

	position:relative;

	margin-top:-40px;

	padding:0 10px;

}

.case09 li:hover h3{

	background: rgba(170, 131, 32, 0.57);

}

.case09 .prev

,.case09 .next{

	margin-top:0;

	opacity:.3;

	background-color:transparent;

}

/*------list-case------*/

.list-show02{

	margin-top:50px;

	margin-bottom:100px;

}

.tit09 {

    text-align: center;

    font-size: 25px;

    color: #dab867;

	margin-bottom:30px;

}

.list-case ul{

	margin-top:30px;

}

.list-case li {

    float: left;

    margin-right: 1.4%;

    margin-bottom: 2%;

    width: 32.4%;

}

.list-case li a{

	display:block;

	position:relative;

	overflow:hidden;

}

.list-case li img{

	width:100%;

	height:auto;

}

.list-case li div{

	position:absolute;

	width:100%;

	left:0;

	bottom:0;

	height:46px;

	transition:all .4s;

	background: rgba(170, 131, 32, 0.87);

}

.list-case li:hover div{

	height:100%;

	background: rgba(218, 184, 103, 0.81);

}

.list-case li:hover div h3{

	text-align:center;

}

.list-case li h3{

	line-height:46px;

	height:46px;

	padding:0 10px;

	font-size:16px;

	color:#fff;	

}

.list-case li span{

	width:88px;

	height:88px;

	margin:0 auto;

	display:none;

	margin-top:15%;

	background:url("/temp/temp/52/52-0153/201711061051/images/caseIco.png") no-repeat center center;

}

.list-case li:hover span{

	display:block;

}

.type01 {

    padding: 10px 25px;

    border: 1px solid #ddd;

    border-radius: 36px;

	margin-top:30px;

}

.type01 {

	font-size:14px;

}

.type01 li{

	float:left;

	margin:0 15px;

}

.type01 li a span{

	margin-left:10px;

}

.type01 li:hover a

,.type01 li.a a{

	color:#dab867;

}



.page{

	text-align:center;

}

.page a{

	display:inline-block;

	float:none;

}

.page a{

	*display:inline;

}

.page a.a, .page a:hover {

    background: #c39764;

}

/*---------------view-show02--------------*/



/********-----------colorbox插件------------********/



/*

    Colorbox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

#cboxWrapper {max-width:none;}

#cboxOverlay{position:fixed; width:100%; height:100%;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}

#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/* 

    User Style:

    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/overlay.png") repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}

#colorbox{outline:0;}

    #cboxTopLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") right top repeat-y;}

    #cboxTopCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 -29px repeat-x;}

    #cboxContent{background:#fff; overflow:hidden;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{margin-bottom:28px;}

        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}

        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        #cboxLoadingOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading_background.png") no-repeat center center;}

        #cboxLoadingGraphic{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading.gif") no-repeat center center;}



        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}



        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

        #cboxPrevious{position:absolute; bottom:0; left:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxPrevious:hover{background-position:-75px -25px;}

        #cboxNext{position:absolute; bottom:0; left:27px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxNext:hover{background-position:-50px -25px;}

        #cboxClose{position:absolute; bottom:0; right:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxClose:hover{background-position:-25px -25px;}



/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

}



.view-show02{

	margin-top:50px;

}

.view-show02 h3{

	text-align:center;

	font-size:30px;

	margin-bottom:30px;

}

.show02{

	width:900px;

	margin:0 auto;

}

.show02 li img{

	width:100%;

	height:auto;

	position:inherit !important;

	left:0 !important;

	margin-left:0 !important;

}

.show02 .prev

,.show02 .next{

	width:40px;

	height:72px;

	background-color:#dab867;

	line-height:72px;

	font-size:40px;

	margin-top:-36px;

	opacity:1;

	text-align:center;

}

.show02 .prev{

	left:-130px;

}

.show02 .next{

	right:-130px;

}

.fanye{

	width:900px;

	margin:50px auto;

}

.fanye p{

	font-size:15px;

}

.fanye p a{

	color:#999;

}

.fanye p a:hover{

	color:#dab867;

}

.pic09{

	margin-top:50px;

	margin-bottom:100px;

}

.pic09 li{

	width: 32%;

    margin:0.65%;

	float:left;

}

.pic09 li span{

	display:block;

	padding: 10px;

    background: #f1f1f1;

}

.w960 .pic09 li span {

    padding: 46px;

    background-size: 100%;

}

.pic09 li a{

	display: block;

}

.pic09 li a img {

    width: 100%;

    height: auto;

}

.pic09 li a h3{

	text-align: center;

    line-height: 50px;

    background: #f1f1f1;

    font-size: 15px;

    font-weight: bold;

}

.pic09 li:hover a h3, .pic09 li:hover a span {

    background: #ff9900;

    color: #fff;

}

/*-------list-news-------------------*/

.list-news{

	margin-top:50px;

}

.list-news li{

	padding-bottom:30px;

	margin-bottom:30px;

	border-bottom:1px dashed #ccc;

	transform:translate(0,50px);

	transition:all .5s;

}

.list-news li:nth-child(2){

	transition:all 1s;

}

.list-news li:nth-child(3){

	transition:all 1.5s;

}

.list-news li:nth-child(4){

	transition:all 2s;

}

.list-news li:nth-child(5){

	transition:all 2.5s;

}

.list-news.a li{

	opacity:1;

	transform:translate(0,0);

}

.list-news li a{

	display:block;

}

.list-news li span{

	display:block;

	float:left;

	width:30%;

}

.list-news li img{

	width:100%;

	height:auto;

}

.list-news li div{

	float:right;

	width:68%;

}

.list-news li div h3 {

    font-size: 20px;

    color: #303030;

    padding-right: 30px;

/*	 display: inline-block;

	background:url("/temp/temp/52/52-0153/201711061051/images/newIco.png")no-repeat center right;--*/

}

.list-news li div em{

	display:block;

	font-size: 16px;

    color: #707070;

    font-family: 'avianregular';

    padding: 10px 0;

	font-style:normal;

}

.w960 .list-news li div em{

	padding:6px 0;

}

.list-news li div span {

    display: block;

    float: right;

    width: 50px;

	font-size:14px;

    text-align: right;

	color:#e67e22;

	background:url("/temp/temp/52/52-0153/201711061051/images/share.png") no-repeat center left;

}

.list-news li div p{

	line-height: 24px;

    height: 106px;

    margin-bottom: 10px;

    overflow: hidden;

	color:#707070;

	font-size:14px;

}

.w960 .list-news li div p{

	height:78px;

}

.list-news li:hover div  h3

,.list-news li:hover div strong{

	color:#dab867;

}

.list-news li div strong{

	font-weight:normal;

	font-size:14px;

	color:#777;

}

/*---------------view-news--------------*/



.word{

	margin-top:50px;

}

.word h3{

	text-align:center;

	font-size:30px;

}

.word .ww{

	text-align:center;

	font-size:14px;

	color:#777;

	margin-top:10px;

}

.word .ww em{

	display:inline-block;

	padding-left:20px;

	font-style:normal;

}

.word .ww a {

    margin-left: 10px;

    color: #daab3c;

}

.word .ww em{

	*display:inline;

}

.word .ww .tt{

	background:url("/temp/temp/52/52-0153/201711061051/images/articleIco1.png") no-repeat center left;

}

.word .fanye{

	width:100%;

}

/*-----------------list-contact------------------*/

.lx01 ul{

	margin-top:70px;

}

.lx01 h2{

	font-size: 24px;

    color: #8b734b;

    font-weight: bold;

	padding:30px 0;

	text-align:center;

}

.lx01 li{

	float:left;

	width:28%;

	padding:2%;

	margin-right:2%;

	margin-bottom:2%;

	box-shadow:0 0 10px #ccc;

	border-radius:10px;

}

.lx01 li span{

	display:block;

	width:100px;

	height:100px;

	margin:0 auto;

	margin-top: -72px;

}

.lx01 li img{

	width:100%;

	height:auto;

	border-radius: 50%;

}

.lx01 li h3{

	text-align:center;

	font-size:16px;

	color: #023d11;

    font-weight: bold;

	font-family:simsun;

	line-height:50px;

}

.lx01 li div{

	height:162px;

	overflow:hidden;

}

.lx01 li div p{

	font-size:14px;

	color:#666;

	font-weight:bold;

	line-height:30px;

}

.lx01 li.l2 p{

	text-align:center;

}

.lx01 li div em{

	font-style:normal;

	font-weight:normal;

}

.lx01 li div strong {

    color: #dab867;

}

.lx01 li.l3 p{

	line-height:18px;

	font-size:12px;

}

.lx01 li.l4{

	padding:0;

	width:100%;

}

.lx01 li.l4 iframe{

	border-radius:10px;

}

.w960 .lx01 li.l4 iframe{

	width:100% !important;

}

/*--------------list-about-------------------*/



.about1-1{

	margin-top:40px;

}

.about1-1 h3{

	font-size: 20px;

    color: #303030;

	font-weight:bold;

}

.about1-1 strong{

	font-size:20px;

	color: #dab867;

	margin:10px 0;

	display:block;

}

.about1-1 p{

	font-size: 16px;

}

.about1-1 img {

    float: right;

    width: 40%;

    height: auto;

    margin-left: 20px;

    margin-bottom: 20px;

}

.about1-2 img{

	width:100%;

	height:auto;

	margin-top:30px;

}

.about02{

	margin:70px 0;

	padding-bottom:50px;

	background:url("/temp/temp/52/52-0153/201711061051/images/bg001.jpg") no-repeat center center;

}

.about02 h2{

	padding:30px 0;

	text-align:center;

	font-size:32px;

	color:#fff;

}

.about02 li{

	float:left;

	width:24%;

	position:relative;

	margin-right:1.32%;

}

.about02 li div {

    position: absolute;

    width: 80%;

    padding: 16% 10%;

    height: 68%;

    left: 0;

    top: 0;

}

.about02 li h3{

	text-align:center;

	font-size:20px;

	font-weight:bold;

	color:#fff;

}

.about02 li img{

	width:100%;

	height:auto;

}

.about02 li p{

	color:#fff;

	font-size:14px;

	line-height:20px;

	margin-top:20px;

	text-align:center;

}

.about03{

	margin:50px auto;

}

.about03 h2{

	font-size:32px;

	text-align:center;

}

.about03 li{

	background:url("/temp/temp/52/52-0153/201711061051/images/box1Bg.jpg");

}

.about03 li img{

	width:50%;

	height:auto;

	float:left;

}

.about03 li.you img{

	float:right;

}

.about03 li div {

    float: right;

    width: 44%;

    padding: 3%;

    padding-top: 153px;

}

.w960 .about03 li div{

	padding-top:100px;

}

.about03 li.you div{

	float:left;

	padding-top:100px;

}

.w960 .about03 li.you div{

	padding-top:46px;

}

.about03 li strong{

	font-size: 16px;

    color: #dab86b;

}

.about03 li p{

	font-size: 14px;

    color: #707070;

    line-height: 22px;

}

.honor{

	margin-bottom:50px;

}

.honor .list-case li span{

	background:url("/temp/temp/52/52-0153/201711061051/images/box4Ico.png") no-repeat center center;

}

.honor .list-case li{

	position:relative;

}

.honor .list-case .action_but {

    position: absolute;

    width: 70px;

    right: 10px;

    top: 10px;

    left: inherit;

    bottom: inherit;

	background:none !important;

}

.honor .list-case .action_but a{

	float:left;

	margin:0 3px;

}

/*-----------list-join---------*/

.joinban img{

	width:100%;

	height:auto;

}

.join01{

	padding:55px 0;

}

.join01-1{	

    background:url("/temp/temp/52/52-0153/201711061051/images/zh1Bg.jpg") no-repeat center left;

    padding-left: 300px;

	width: 23%;

	padding-bottom:20px;

}

.w960 .join01-1{

	padding-left:26%;

	background-size: 61%;

}

.join01-1 p {

    font-size: 13px;

    color: #707070;

    line-height: 22px;

    margin-top: 10px;

}

.w960 .join01-1 p {

    font-size: 12px;

    line-height: 18px;

    margin-top: 10px;

}

.join01-1 h3{

	font-size: 50px;

    color: #023d11;

    font-family: 'trends';

}

.w960 .join01-1 h3{

	font-size:35px;

}

.join01-1 strong{

	font-size: 18px;

    color: #f78320;

    line-height: 22px;

}

.join01-2 img{

	width:100%;

	height:auto;

}

.join01-2 {

    float: right;

    width: 50%;

}

.join02{

	background:url("/temp/temp/52/52-0153/201711061051/images/box1Bg.jpg");

	padding-top:30px;

	padding-bottom:100px;

}

.join02 h3{

	text-align:center;

	font-size:32px;

}

.join02 h3 em{

	font-size: 56px;

    color: #f78320;

	font-style:normal;

	margin:0 5px;

}

.join02 h3 strong{

    color: #023d11;

}

.join02 ul {

    margin-top: 70px;

}

.join02 ul li{

	float:left;

	width:17%;

	padding:0 1%;

	margin:0 0.5%;

	box-shadow:0 0 10px #ccc;

	border-radius:10px;

	background:#fefefe;

	padding-bottom:30px;

	transition:all .5s;

	transform:translate(0,30px); 

}

.join02.active ul li {

	transform:translate(0,0);

}

.join02 ul li:nth-child(2){

	transition:all 1s;

}

.join02 ul li:nth-child(3){

	transition:all 1.5s;

}

.join02 ul li:nth-child(4){

	transition:all 2s;

}

.join02 ul li:nth-child(5){

	transition:all 2.5s;

}

.join02 ul li h3{

    font-size: 16px;

    color: #023d11;

	font-weight:bold;

    padding: 5px 0 10px;

}

.join02 li p {

    font-size: 14px;

    color: #707070;

    line-height: 22px;

    text-align: left;

    height: 132px;

    overflow: hidden;

}

.w960 .join02 li p

,.w960 .join03 li .j03-2 p{

	font-size:12px;

}

.join02 li span{

	display:block;

	width:100px;

	margin:0 auto;

	margin-top:-50px;

}

.join02 li span img{

	width:100%;

	height:auto;

}

.tit-j1{

	height:273px;

	background:url("/temp/temp/52/52-0153/201711061051/images/wrap3TitBg.png") no-repeat center center;

}

.tit-j1 h3{

	text-align:center;

	font-size: 30px;

    color: #303030;

	padding-top: 83px;

}

.tit-j1 strong{

	font-size: 36px;

    color: #023d11;

}

.tit-j1 em{

	font-style:normal;

	font-size: 72px;

    color: #f78320;

	text-align:center;

	display:block;

	line-height:1;

}

.join03{

	margin:20px auto;

}

.join03.section{

	opacity:1;

	transform:translate(0,0);

}

.join03 .pp{

	font-size: 14px;

    color: #707070;

    line-height: 22px;

    text-align: center;

    max-width: 970px;

    margin: 0 auto 30px;

}

.join03-1{

	margin-top:40px;

}

.join03-1 li{

	margin-bottom:40px;

}

.join03 li .j03{

	width:48%;

	float:left;

}

.join03 li.you .j03{

	float:right;

}

.join03 li span{

	width:50%;

	float:right;

}

.join03 li span img{

	max-width:100%;

	height:auto;

}

.join03 li.you span{

	float:left;

}

.join03 li .j03-1{

	padding-left:88px;

	height:88px;

	background:url("/temp/temp/52/52-0153/201711061051/images/wrap3NumBg1.png") no-repeat center left;

}

.join03 li.you .j03-1{

	background:url("/temp/temp/52/52-0153/201711061051/images/wrap3NumBg2.png") no-repeat center left;

}

.join03 li .j03-1 h3 {

    font-size: 36px;

    color: #f78320;

    font-weight: bold;

	float:left;

	line-height: 1;

}

.join03 li.you .j03-1 h3 {

	color: #023d11;

}

.join03 li .j03-1 p {

    font-size: 15px;

    color: #023d11;

    line-height: 18px;

	float:left;

	padding-left:10px;

}

.join03 li .j03-1 p em{

	display:block;

	font-style:normal;

}

.join03 li .j03-1 strong{

	font-size: 30px;

    color: #efefef;

    font-family: Impact;

	display:block;

	width:100%;

	float:left;

	font-weight:normal;

}

.join03 li .j03-2 {

    width: 95%;

    padding-left: 5%;

    margin-top: 20px;

}

.join03 li .j03-2 p{

	padding-left: 30px;

    margin: 15px 0;

    font-size: 16px;

    color: #707070;

    line-height: 25px;

	padding-left:30px;

	background:url("/temp/temp/52/52-0153/201711061051/images/jbg01.png") no-repeat top left;

}

.join03 li.you .j03-2 p{

	background:url("/temp/temp/52/52-0153/201711061051/images/j01bg.png") no-repeat top left;

}

.join03 ul li .j03

,.join03 ul li.you span{

	transform:translate(-30px,0);

	transition:all .5s;

}

.join03 ul li span

,.join03 ul li.you .j03{

	transform:translate(30px,0);

	transition:all .5s;

}

.join03 ul li:nth-child(2) .j03

,.join03 ul li:nth-child(2) span{

	transition:all 1s;

}

.join03 ul li:nth-child(3) .j03

,.join03 ul li:nth-child(3) span{

	transition:all 1.5s;

}

.join03 ul li:nth-child(4) .j03

,.join03 ul li:nth-child(4) span{

	transition:all 2s;

}



.join03.active li .j03

,.join03.active li span

,.join03.active li.you .j03

,.join03.active li.you span{

	opacity:1;

	transform:translate(0,0);

	transition:all .5s;

}

.join04{

	text-align:center;

}

.join04 h2{

	display: inline-block;

    font-size: 60px;

    color: #f78320;

    font-family: 'trends';

    background:url("/temp/temp/52/52-0153/201711061051/images/wrap4TitBg.jpg") no-repeat top left;

    background-size: contain;

    padding: 40px 0 0 110px;

    margin-left: -110px;

}

.join04 h2 em{

	font-style:normal;

	font-size: 50px;

    color: #023d11;

	margin-left:10px;

}

.j04 {

    border-radius: 10px;

    border: 1px solid #ebeaea;

    margin-top: 35px;

}

.j04-1{

	background: #e5e5e6;

    padding: 10px;

    border-radius: 10px;

	margin: 1px;

}

.join04-1 {

    width: 14%;

    padding: 1% 0;

    background: #fff;

    border-radius: 10px;

}

.join04-1 h3{

	font-size: 18px;

    color: #023d11;

    font-weight: bold;

    line-height: 56px;

}

.join04-1 ul {

    padding: 10px 0;

    border-top: 1px solid #eee;

}

.join04-1 ul li{

	font-size: 16px;

    color: #023d11;

    line-height: 35px;

	cursor:pointer;

}

.w960 .join04-1 ul li{

	line-height:29px;

}

.join04-1 ul li.a

,.join04-1 ul li:hover{

	color: #f78320;

}

.join04-2{

	width:85%;

	background:#fff;

	border-radius:10px;

	height:376px;

	overflow:hidden;

}

.w960 .join04-2{

	height:330px;

}

.join04-2 ul{

	padding:20px;

}

.join04-2 h3 {

    font-size: 20px;

    font-weight: bold;

    text-align: left;

    padding: 20px;

    border-bottom: 1px solid #eee;

}

.join04-2 h3 a{

	display:block;

	float:right;

	font-size: 14px;

    color: #023d11;

}

.join04-2 li{

	float:left;

	width:24%;

	margin:0 0.5%;

}

.join04-2 li a{

	display:block;

}

.join04-2 li a img{

	width:100%;

	height:auto;

}

.join04-2 li h3{

	text-align:left;

	line-height:35px;

	padding:0 10px;

	color:#fff;

	margin-top:-35px;

	position:relative;

	font-size: 14px;

	height:35px;

	overflow:hidden;

	background: rgba(3,61,17,0.9);

}

.join04-2 li:hover h3{

	background: rgba(274,131,32,0.9);

}

#dituContent{

	width:100% !important;

} 

.ban-j05{

	margin:50px 0;

	position:relative;

}

.ban-j05 img{

	width:100%;

	height:auto;

}

.ban-j05 .img05{

	position:absolute;

	left:19%;

	top:59px;

	width:415px;

	opacity:0;

	transform:translate(-50px,0);

	transition:all 1s;

}

.active .ban-j05 .img05{

	opacity:1;

	transform:translate(0,0);

}

.titj05{

	text-align:center;

	font-size: 30px;

    color: #f78320;

    font-weight: bold;

	margin-bottom:30px;

}

.titj05 em{

	font-size: 34px;

    color: #f78320;

    border-radius: 50%;

	vertical-align: top; 

    border: 1px solid #f78320;

    width: 38px;

    height: 38px;

    line-height: 50px;

    text-align: center;

    font-family: Impact;

    margin: 0px 5px 0 0;

}

.titj05 span{

	color: #023d11;

}

.titj05 em

,.titj05 span{

	display:inline-block;

}

.titj05 em

,.titj05 span{

	*display:inline;

}

.join05

,.join10{

	opacity:1 !important;

	transform:translate(0);

}

.j05-1{

	float:left;

	width:48%;

	margin-right:4%;

	margin-bottom:50px;

}

.j01 li{

	margin-bottom:20px;

}

.j01 li h4{

	width: 59px;

    height: 59px;

    box-shadow: 0 0 6px rgba(0,0,0,0.3);

    border-radius: 50%;

    border: 1px solid #FFFFFF;

    background: #e5e5e6;

    padding: 3px;

    overflow: hidden;

	float:left;

}

.j01 li h4 span{

	display: block;

    width: 39px;

    height: 47px;

    padding: 12px 10px 0;

    font-size: 16px;

    font-weight: bold;

    line-height: 18px;

    background: #023d11;

    text-align: center;

    color: #FFFFFF;

    border-radius: 50%;

}

.j01 li p{

	float:right;

	width: 81%;

    padding: 3%;

	font-size: 14px;

	color:#444;

    background:#e5ebe7 url("/temp/temp/52/52-0153/201711061051/images/90p0.png") no-repeat center left;

}

.w960 .j01 li p{

	width:80%;

	padding:2%;

}

.j01 li.y h4{

	float:right;

}

.j01 li.y p{

	float:left;

	 background:#e5ebe7 url("/temp/temp/52/52-0153/201711061051/images/940.png") no-repeat center right;

}



.j02 li h4 span{

	 background: #f78320;

    height:47px;

    line-height: 32px;

    font-size: 30px;

    font-family: 'avianregular';

}

.j02 li h4{

	margin-left: 6px;

}

.j02 li{

	background: #fef2e8;

    padding: 13px;

    border-radius: 60px;

}

.w960 .j02 li{

	padding:10px;

}

.j02 li p{

	background:none;

	padding:0;

	margin-top: 11px;

}

.w960 .j02 li p{

	width:78%;

	padding:0;

	margin-top:0;

}

.j05 .j03 div{

	margin-top:-70px;

}

.j05 .j03 div p{

	font-size:14px;

	color:#707070;

	margin-bottom:20px;

}

.j05 .j03 img{

	width:100%;

	height:auto;

}

.j05 .j03 div .p1{

	padding-left:217px;	

}

.w960 .j05 .j03 div .p1{

	padding-left: 176px;

}

.j044 ul{

	position:relative;

	width:440px;

	margin:0 auto;

}

.j044 li{

	background:#e5e5e6;

	float:left;

	width:218px;

	height:218px;

	border-radius:50%;

	border:1px solid #fff;

	box-shadow: 0 0 6px rgba(0,0,0,0.3);

}

.j044 li div {

    width: 200px;

    height: 200px;

    background: #fff;

    border-radius: 50%;

    margin: 10px;

	background:#f78320;

}

.j044 li div p {

    width: 150px;

    margin: 0 auto;

    padding: 40px 0;

    font-size: 14px;

	color:#fff;

    line-height: 22px;

}

.j044 li.y div{

	background: #023d11;

}

.j044 li.j5 {

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -110px;

    margin-top: -110px;

}

.j044 li.j5 div{

	background:#fff;

}

.j044 li.j5 div p{

	color:#666;

}

.j055-1{

	color: #707070;

	font-size:14px;

	line-height:22px;

}

.j055-1 img{

	width:100%;

	height:auto;

	margin-top:15px;

}

.j066-1 p{

	font-size:14px;

	line-height:22px;

	color: #707070;

}

.j066-1 img{

	width:246px;

	float:left;

	height:auto;

}

.w960 .j066-1 img{

	width:43%;

}

.j066-2{

	margin-top:10px ;

}

.j066-2 div{

	float:right;

	width:55%;

}

.j066-2 h3{

	font-size:16px;

	color: #023d11;

	margin:10px 0;

}

.join06 h2{

	font-size: 60px;

    color: #f78320;

    font-family: 'trends';

    padding: 20px 0 0 50px;

	text-align: center;

	margin-bottom:50px;

	background:url("/temp/temp/52/52-0153/201711061051/images/wrap7TitBg.png") no-repeat center center;

}

.join06 li{

	background:#ccc;

	position:relative;

	float:left;

	width:19%;

	margin-right:1.25%;

	border-radius:5px;

}

.join06 li img {

    width: 92%;

    height: auto;

    padding: 4%;

}

.join06 li div{

	position:absolute;

	width:70%;

	height:70%;

	padding:15%;

	left:0;

	top:0;

	color:#fff;

}

.w960 .join06 li div{

	padding: 5% 11%;

}

.join06 li h3{

	font-size: 40px;

    font-family: 'avianregular';

}

.join06 li p {

    font-size: 14px;

}

.w960 .join06 li p {

    font-size: 12px;

}

.join07 h2{

	font-size: 32px;

    color: #303030;

    padding: 20px 0;

	text-align:center;

	margin-bottom:30px;

}

.join07 h2 img {

    margin-right: 5px;

    margin-top: -15px;

}

.w960 .join07 h2 img {

	width:100px;

}

.w960 .join07 img{

	width:100%;

	height:auto;

}

.join07{

	padding:50px 0;

	margin-top:70px;

	background:url("/temp/temp/52/52-0153/201711061051/images/box1Bg.jpg");

}

.join08{

	margin-top:50px;

}

.join08 h2{

	font-size: 32px;

    line-height: 150%;

    color: #303030;

	text-align:center;

}

.join08 ul li{

	width:390px;

	margin-right:15px;

}

.w960 .join08 ul li{

	width:310px;

}

.join08-1 .prev

,.join08-1 .next{

	opacity:1;

	background-color:transparent;

}

.join09

,.join11{

	padding:30px 0;

	background:url("/temp/temp/52/52-0153/201711061051/images/box1Bg.jpg");

}

.join09 h2{

	font-size: 32px;

    color: #303030;

    padding: 20px 0;

	text-align:center;

}

.join09 li{

	width:289px;

	margin-right:15px;

}

.w960 .join09 li{

	width:228px;

}

.join09 li img

,.join10 img{

	width:100%;

	height:auto;

}

.join09 li h3{

	font-size:22px;

	margin:5px 0;

	color:#303030;

}

.join09 li p{

	font-size:14px;

	color:#666;

	line-height:23px;

	height:46px;

	overflow:hidden;

}

.join10 {

	margin:50px 0;

}

.join10 h2

,.join11 h2{

	text-align:center;

	font-size:32px;

	margin-bottom:20px;

}

.join10 h3{

	font-size:20px;

	font-weight:bold;

}

.join10 p{

	color:#707070;

	font-size:14px;

	margin: 15px 0;

}

.join11 li{

	width:390px;

	margin-right:15px;

}

.w960 .join11 li{

	width:310px;

}

.join11 li img{

	width:100%;

	height:auto;

}

.join11 li h3{

	font-size:18px;

	padding:10px 0;

}

.join11 li:hover h3{

	color: #e57b1e;

}

.lx01 h1{

	text-align:center;

	font-size:32px;

	margin-top:50px;

}

/*-------------------list-zhuanti---------------------*/

.zhuanti09{

	position:relative;

	overflow:hidden;

	width:100%;

	height:9477px;

}

.zhuanti08{

	position:absolute;

	width:1920px;

	left:50%;

	margin-left:-960px;

}

.zhuanti01 img{

	width:1920px;

	height:auto;

}

.mes01{

	background:#aa0d16;

	padding-bottom:50px;

	padding-top:20px;

}

.mes01 form{

	position:relative;

}

.mes01 h4{

	display:none;

}

.mes01 form label {

    float: left;

    display: block;

    width: 115px;

    height: 65px;

	background:#851a20;

	color:#ecdab4;

	font-size:20px;

	text-align:center;

	line-height:65px;

	border-top-left-radius: 15px;

	border-bottom-left-radius: 15px;

}

.mes01 form input{

	float:left;

	width:205px;

	line-height:65px;

	border:none;

	background:#f7f7f7;

	border-top-right-radius: 15px;

	border-bottom-right-radius: 15px;

	box-shadow: 0px 3px 10px #aaa inset;

}

.zhuanti09 .default-form-item-mes01 {

    float: left;

    border: 8px solid #f4c68e;

    border-radius: 18px;

    box-shadow: 0 5px 16px #111;

    margin-right: 20px;

    background: #d1a671;

}

.mes01 .default-form-item-mes01.abc3{

	display:none;

}

.mes01 [type="submit"] {

    position: absolute;

    border: 8px solid #f4c68e;

    border-radius: 18px;

    right: 0;

    top: 0;

    font-size: 30px;

    color: #ecdab4;

    background: #851a20;

	box-shadow:none;

	box-shadow: 0 5px 16px #003;

}

.mes01 textarea{

	display:none;

}

.mes01 .default-form-item-mes01.abc2 input{

	width:120px;

}-

.xingx{

	position:relative;

}

.xingx02 {

    width: 910px;

    margin: 0 auto;

    position: absolute;

    bottom:12%;

    left: 50%;

    margin-left: -455px;

}

.xingx01 div{

	width:408px;

	height:223px;

	border-radius:5px;

	overflow:hidden;

	background:url("/temp/temp/52/52-0153/201711061051/images/vv4.jpg") no-repeat center center;

}

.xingx03 div{

	background:url("/temp/temp/52/52-0153/201711061051/images/vv5.jpg") no-repeat center center;

}

.xingx01 ul{

	opacity:0;

}

.xingx01 h3{

	text-align:center;

	margin:20px auto;

	color:#fff;

	font-weight:bold;

	font-size:18px;

}

.biaodan{

	position:relative;

}

.mes02 {

    position: absolute;

    width: 100%;

    top:28%;

}

.mes02 h4{

	display:none;

}

.mes02 form label {

    float: left;

    width: 120px;

    height: 68px;

    line-height: 68px;

    display: block;

    text-align: center;

    font-size: 20px;

    color: #ecdab4;

    background: #ba2a3b;

	border-top-left-radius: 15px;

	border-bottom-left-radius: 15px;

}

.mes02 form input{

	width:220px;

	line-height:68px;

	height:68px;

	border:none;

	border-top-right-radius: 15px;

	border-bottom-right-radius: 15px;

	box-shadow: 0 3px 10px #999 inset;

}

.mes02 .default-form-item-mes01{

	float:left;

	margin-right:60px;

}

.mes02 .default-form-item-mes01.abc6{

	margin-right:0;

}

.mes02 .default-form-item-mes01.abc7 {

    width: 98.7%;

    margin-top: 70px;

	height:165px;

}

.mes02 .default-form-item-mes01.abc7 label {

    height: 65px;

    width: 80px;

    padding: 50px 20px;

    line-height: 1.1;

}

.mes02 textarea{

	width:1050px;

	height:165px;

	border:none;

	border-top-right-radius: 15px;

	border-bottom-right-radius: 15px;

	box-shadow: 0 3px 10px #999 inset;

}

.mes02 [type="submit"]{

	display:block;

	width:280px;

	height:100px;

	line-height:76px;

	font-size:30px;

	text-align:center;

	border:8px solid #f4c68e;

	box-shadow: 0 5px 16px #111;

	background:#ba2a3b;

	margin:70px auto;

	float:none;

	border-radius:15px;

	color:#ecdab4;

}

@media screen and (max-width:1024px){ 

	.section{

		opacity:1;

		transform:translate(0,0);

	}

	.mr0{

		margin-right:0 !important;

	}

	.introduct li div h3 {

		padding-top: 44px;

	}

	.mes01 form label{

		width:90px;

		font-size:25px;

	}

	.mes01 form input{

		width:168px;

	} 

	.xingx{

		position:initial;

		background: #ad0d19;

	}

	.xingx01 div {

		width: 240px;

		height: 130px;

	}

	.xingx02 {

		width:70%;

		margin-left: 0;

		margin:0 15%;

		bottom: 0;

		position:initial;

	}

	.xingx01 div {

		width: 330px;

		height: 220px;

	}

	.mes02 form label {

		width: 90px;

		font-size:25px;

	}

	.mes02 form input{

		width:188px;

	}

	.mes02 textarea {

    width: 890px;

    height: 115px;

}

.mes02 .default-form-item-mes01.abc7 label {

    width: 70px;

    padding:25px 11px;

}

.mes02 .default-form-item-mes01.abc7 {

    width: 98%;

    margin-top: 30px;

    height: 115px;

}

.mes02{

	position:inherit;

	background: #032a61;

}

.mes02 [type="submit"] {

    width: 230px;

    height: 80px;

    line-height: 67px;

    font-size: 25px;

    margin: 30px auto;

	margin-bottom:0;

}

.mes01 [type="submit"] {

    font-size: 25px;

}

.uid-2733 footer a{

	font-size:0;

}

.uid-2733 footer a.l

,.uid-2733 footer a.r{

	font-size:1em;

}

.mes01{

	padding-bottom:70px;

}

.mes01 [type="submit"] {

	border: none;

    border-radius: 5px;

    color: #ecdab4;

    background: #0b3468;

    box-shadow: none;

    font-size: 20px;

	position:initial;

	margin:0 10%;

}

.mes01 form label {

    width: 20%;

    height:60px;

    background: #f7f7f7;

    font-size: 20px;

    line-height: 60px;

    color: #666;

	border:none;

	border-top-left-radius:5px;

    border-bottom-left-radius:5px;

}

.mes01 form input

,.mes01 .default-form-item-mes01.abc2 input{

    width: 80%;

    line-height: 60px;

    border: none;

    box-shadow: none;

	margin-bottom:20px;

	border:none;

	border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;

	border-top-left-radius:0px;

    border-bottom-left-radius:0px;

}

.mes01 .default-form-item-mes01 {

    float: none;

    border: none;

    border-radius:5px;

    box-shadow: none;

    margin-right: 20px;

    background: #d1a671;

    width: 80%;

    margin: 0 10%;

    margin-bottom: 15px;

}

.mes01 .default-form-item-mes01.abc7{

	display:none;

}

.mes03{

	background:#032a61;

}

.mes03 [type="submit"] {

    background: #0a3f81;

}

.uid-2869 .case01-1{

	display:none;

}

.uid-2869 .case01-1.a{

	display:block;

}

}

@media screen and (max-width:768px){

	.news li.n1 h3 {

		width: 62%;

	}

	.news li.n1 p {

		width: 27%;

	}

	.news li div.n2{

		font-size:12px;

	}

.mes02 textarea {

    width: 665px;

    height: 80px;

}

.mes02 .default-form-item-mes01.abc7 label {

    width: 40px;

	height: 50px;

    padding: 15px 11px;

}

.mes02 .default-form-item-mes01.abc7 {

    margin-top: 20px;

    height: 80px;

	width:97.5%;

}

.mes02 [type="submit"] {

    width: 200px;

    height: 65px;

    line-height: 48px;

    font-size: 20px;

    margin: 10px auto;

	margin-bottom:0px;

}

.xingx02{

	width:90%;

	margin:0 5%;

}

.xingx01 div {

    width: 330px;

    height: 220px;

}

}

@media screen and (max-width:480px){   

	.introduct li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 2%;

	}

	.otherlist,.default-moblie-news-list{

		margin-bottom: 20px;

	}

	.news li div.n3 h3 {

    	font-size: 16px;

	}

	.news li div.n3 p {

    	font-size: 12px;

	}

	.news li div.n2 em {

    	font-size: 30px;

	}

	.style li {

		width: 48%;

		margin: 1%;

	}

	.tit{

		padding:10px 0;

	}

	.introduct li em{

		font-size:14px;

	}

	.product{

		padding-bottom:20px;

	}

	.introduct li div h3{

		font-size:25px;

		padding-top: 20px;

	}

	.introduct li p {

		height: auto;

		line-height: 1.5;

		max-height: 50px;

		overflow: hidden;

	}

	.introduct li span {

		width: 110px;

		margin-top: 20px;

		line-height: 30px;

	}

	.tit01 li{

		margin:0 2px;

	}

	.tit01 li a {

		width: 126px;

		height: 36px;

		font-size: 16px;

		line-height: 36px;

	}

	.casetit {

		border: 1px solid #ddd;

		border-radius: 10px;

		line-height: 26px;

		padding: 10px;

		margin-top: 14px;

	}

	.case01-1 li {

		width: 100%;

		margin-right: 0%;

		margin-bottom: 2%;

	}

	.case01-1 {

		margin-top: 20px;

	}

	.video {

		margin-top: 6px;

	}

	

	.news li {

		width: 100%;

	}

	.news li.n1 p {

		width: 24%;

		padding-left: 6%;

	}

	.news .more01 {

		right: 50%;

		bottom: -40px;

		margin-right: -22.5px;

	}

	.tit {

		font-size:25px;

	}

	.product .introduct li ins{

		font-size:16px;

	}

	.news li.n1 div{

		font-size:13px;

	}

	.list-page .tit, .view-page .tit {

		padding: 30px 0;

	}

	.pic02 {

		padding: 4%;

		width: 92%;

	}

	.pic01 {

		width: 100%;

	}

	.ystit h1 {

		font-size: 35px;

	}

	.ystit h3 strong {

		font-size: 40px;

	}

	.ystit h3{

		font-size:22px;

		background-size: auto 100%;

	}

	.ystit h3 p {

		font-size: 17px;

	}

	.youshi01 li {

		width: 94%;

		margin-right: 0;

		padding: 3%;

		margin-bottom:10px;

		border-radius: 50px;

	}

	.youshi01 span {

		width: 65px;

		height: 65px;

		line-height: 65px;

		margin-top: 4px;

	}

	.youshi01 div {

		width: 70%;

	}

	.youshi01 h3 {

		font-size: 15px;

		padding: 3px 0;

	}

	.youshi01 p {

		font-size: 12px;

		height:44px;

		line-height:22px;

	}

	.show02 {

		width: 100%;

	}

	.view-show02 {

		margin-top: 30px;

	}

	.view-show02 h3 {

		font-size: 20px;

		margin-bottom: 10px;

	}

	.show02 .prev{

		left:0;

	}

	.show02 .next{

		right:0;

	}

	.show02 .prev, .show02 .next {

		width: 25px;

		height: 50px;

		line-height: 50px;

		font-size: 27px;

		margin-top: -25px;

		opacity: .8;

	}

	.join01 {

		padding: 15px 0;

	}

	.join01-1 {

		background: none;

		padding-left: 0;

		width: 100%;

		padding-bottom: 10px;

	}

	.join01-1 h3 {

		font-size: 30px;

	}

	.join01-2 {

		width: 100%;

	}

	.join02 h3 {

		font-size: 14px;

	}

	.join02 h3 em{

		font-size:20px;

		margin:0 2px;

	}

	.join02 li p {

		font-size: 12px;

		text-align: left;

		height: auto;

		padding: 0 10px;

		padding-bottom:20px;

	}

	.join02{

		padding-bottom:30px;

	}

	.tit-j1 h3 {

		font-size: 14px;

	   padding-top: 45px;

	}

	.tit-j1 strong {

		font-size: 20px;

	}

	.tit-j1 em {

		font-size: 30px;

	}

	.tit-j1 {

		height: 153px;

		background-size: auto 150px;

	}

	.join03 li .j03-1 {

		padding-left: 40px;

		height: 40px;

		background-size: auto 100% !important;

	}

	.join03 li .j03-1 h3 {

		font-size: 25px;

	}

	.join03 li .j03-1 p {

		font-size: 12px;

		line-height: 14px;

	}

	.join03 li .j03 

	,.join03 li span{

		width: 100%;

	}

	.join03 li .j03-1 strong{

		font-size:25px;

	}

	.join04 h2{

		font-size:30px;

		margin-left: -14px;

		padding-left:72px;

	}

	.join04 h2 em{font-size:30px;}

	

	.join04-1 {

		width: 100%;

		padding: 1% 0;

	}

	.join04-1 ul li {

		float: left;

		width: 50%;

	}

	.join04-2 {

		width: 100%;

		margin-top: 10px;

	}

	.ban-j05 .img05 {

		left: 2%;

		top: 20px;

		width: 150px;

	}

	.j05-1 {

		width: 100%;

		margin-right: 0%;

		margin-bottom: 20px;

	}

	.j01 li p {

		width: 70%;

	}

	.j05 .j03 div .p1 {

		padding-left: 160px;

	}

	.j044 li {

		width: 89%;

		height: auto;

		 border-radius:10px;

		 margin-bottom:10px;

	}

	.j044 li div {

		width: 96%;

		height: auto;

		border-radius:10px;

		margin: 2%;

	}

	.j044 li div p {

		width: 92%;

		padding: 20px 0;

		border-radius:10px;

	}

	.j044 li.j5 {

		position: inherit;

		left: 0;

		top: 0;

		margin-left: 0;

		margin-top: 0;

	}

	.j066-1 img {

		width: 40%;

	}

	.join06 h2 {

		font-size: 40px;

		padding: 20px 0 0 30px;

		margin-bottom: 20px;

		background-size: auto 100%;

	}

	.join06 li {

		width: 100%;

		margin-right: 0;

		margin-bottom:10px;

	}

	.join06 li img {

		width: 94%;

		height: auto;

		padding: 3%;

		height: 120px;

	}

	.join06 li div {

		position: absolute;

		width: 85%;

		height: 70%;

		padding: 10px 8%;

	}

	.join07 h2 img{

		width:100px;

	}

	.join07 img{

		width:100%;

		height:auto;

	}

	.join07{

		padding:20px 0;

		margin-top:30px;

	}

	.lx01 li {

		width: 96%;

		margin-right: 0%;

	}

	.lx01 li.l4{

		position:relative;

		overflow:hidden;

		height:200px;

		width:100%;

	}

	.lx01 li.l4 iframe{

		position:absolute;

		position: absolute;

		left: 50%;

		margin-left: -594px;

		top: 50%;

		margin-top: -200px;

	}

	.join04-2 {

		height:472px;

	}

	.join04-2 li{

		width:48%;

		margin:1%;

	}

	.j044 ul{

		width:100%;

	}

	.j044 li{ width:100%;}

	.list-nav li a {

		line-height: 30px;

		padding: 0px 15px;

		font-size: 14px;

	}

	.list-nav li {

		margin: 0 0px;

	}

	.banner .dots {

		bottom: 60px;

	}

	.part01{

		margin-top:-60px;

	}

	.part01 li{

		padding:5px 0;

	}

	.part01 li a img{

		width:30px;

		height:30px;

	}

	.part01 li h3{

		font-size:12px;

		line-height:20px;

	}

	.video01 .video02{

		width:300px;

		height:200px;

		margin-left:-160px;

		margin-top:-110px;

	}

	.style li div{

		width:100%;

	}

	.style li span h3 {

		margin-top: 38%;

		font-size: 12px;

	}

	.style .tit {

		padding: 20px 0;

		font-size: 20px;

	}

	.honor09 {

		padding: 20px 0;

		margin-top: 0;

	}

	.honor09 h2 {

		font-size: 25px;

		margin-bottom:20px;

	}

	.honor09 li{

		width:190px;

		margin-right:0;

	}

	.honor09 li h3{

		font-size:12px;

	}

	.honor09 .prev, .honor09 .next{

		top:48%;

		left: 0;

		font-size: 14px;

		width: 30px;

		height: 30px;

		line-height: 30px;

		margin-top: -15px;

	}

	.honor09 .next{

		left: auto;

		right: 0;

	}

	.banner .dots span {

		width: 10px;

		height: 10px;

	}

	.casetit li {

		margin-right: 0;

		width: 25%;

	}

	.case01-1{

		display:block;

		margin-top:10px;

	}

	.case01-1 li {

		width: 49%;

		margin-right: 2%;

		margin-bottom: 0%;

	}

	.news li.n1{

		display:none;

	}

	.news{

		margin-top:20px;

	}

	.style li h3{

		font-size:12px;

	}

	.casetit{

		border:none;

	}

	.casetit li {

		line-height: 30px;

		padding: 0 20px;

		margin: 0 5px;

		width:auto;

	}

	.casetit li a{

		font-size:14px;

	}

	default-form-item-mes01 {

		width: 90%;

		margin: 0 5%;

	}

	.default-article-content iframe{

		height:230px;

	}

	.mes01 {

		padding-bottom:70px;

		padding-top:5px;

	}

	.mes01 form input, .mes01 .default-form-item-mes01.abc2 input {

		line-height: 45px;

		margin-bottom:15px;

		height: 45px;

	}

	.mes01 form label {

		height: 45px;

		line-height: 45px;

	}

	.xingx02 {

		width: 300px;

		margin:0 auto;

	}

	.xingx01{

		width:150px;

	}

	.xingx01 div {

		width: 140px;

		height: 80px;

		background-size:150px;

		color:#fff;

	}

	.xingx01 h3 {

		margin: 5px auto;

		font-size: 12px;

		color:#fff;

	}

	.mes02 form label {

		width: 30%;

		font-size: 12px;

		line-height: 40px;

		height: 40px;

	}

	.mes02 form input {

		width: 70%;

		height: 40px;

		line-height: 40px;

	}

	.mes02 .default-form-item-mes01 {

		margin-right: 2% !important;

		float: left;

		width: 47%;

	}

	.mes02 .default-form-item-mes01.abc5

	,.mes02 .default-form-item-mes01.abc7{

		margin-right:0 !important;

	}

	.mes02 .default-form-item-mes01.abc7 {

		width: 47%;

		height: 40px;

		margin-top: 0;

	}

	.mes02 .default-form-item-mes01.abc7 label {

		width: 18%;

		height: 20px;

		padding: 10px 6%;

		line-height: 1;

	}

	.mes02 textarea {

		width: 70%;

		height: 40px;

	}

	.mes02 [type="submit"] {

		width: 100%;

		height: 44px;

		line-height: 24px;

		font-size: 16px;

		margin: 0px auto;

		border: 3px solid #f4c68e;

		border-radius: 10px;

	}

	.uid-2869 .case01-1{

		display:none;

	}

	.uid-2869 .case01-1.a{

		display:block;

	}

}



.uid-3183 .list-nav li a{

	line-height: 40px;

    padding: 0px 30px; 

}

.uid-3183.w960 .list-nav li a{

    padding: 0px 20px; 

}

.uid-3183.w960 .list-nav li{

	margin: 5px;

}

.uid-3183 .introduct li span.menu li {

    margin: 0 16px;

}

.uid-3183 .links{

	display: none;

}
